@charset "utf-8";
body{font-size:16px; }
a{text-decoration:none; color:#333333;}
a:hover{color:#40a9ff;}
input::-webkit-input-placeholder{color: #cccccc;}
.theme-red a:hover{color:#db0008;}

.transition a{-webkit-transition: 300ms; -moz-transition: 300ms; -o-transition: 300ms; transition: 300ms;}
.hasTransition{-webkit-transition: 300ms; -moz-transition: 300ms; -o-transition: 300ms; transition: 300ms;}
.imgScale a img{
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	-webkit-transition-duration: 4s;
	transition-duration: 4s;
	-webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
	transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.imgScale a:hover img{
	-moz-transform:scale3d(1.1, 1.1, 1);
	-ms-transform:scale3d(1.1, 1.1, 1);
	-o-transform:scale3d(1.1, 1.1, 1);
	-webkit-transform:scale3d(1.1, 1.1, 1);
	transform:scale3d(1.1, 1.1, 1);
}
.hide{display: none;}

/*图片占位符*/
/***
16:9[56.25%]
4:3[75%]
3:2[66.666667%]
 ***/
.place{position: relative; z-index: 2; display: block; padding-top: 56.25%; overflow: hidden;}
.place .pic{position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; display: block; overflow: hidden;}
.place .pic img{display: block; width: 100%; height: auto; min-height: 100%; object-fit: cover;}


/*layout*/
.container{ width:1400px; margin-left: auto; margin-right: auto; clear:both;}
.w1200{ width:1400px;}
@media (max-width:1480px){
  .container{width: 1200px;}
  .w1200{width: 1200px;}
}
.common-row:after, .common-row:before {content: '';	display: block;	clear: both;}
.common-row{margin:0 -10px;}
.common-row>*{float: left;}
.common-row .grid{padding:0 10px;}
.common-col-2{width: 16.6666666667%;}
.common-col-3{width: 25%;}
.common-col-4{width: 33.3333333333%;}
.common-col-5{width: 41.6666666667%;}
.common-col-6{width: 50%;}
.common-col-7{width: 58.3333333333%;}
.common-col-8{width: 66.6666666667%;}
.common-col-10{width: 83.333333333%;}
.common-row.space30{margin:0 -15px;}
.common-row.space30 .grid{padding:0 15px;}
.common-row.space50{margin:0 -25px;}
.common-row.space50 .grid{padding:0 25px;}
.innerBox{position: relative; zoom: 1; background-color: #fff;}
.bg-fff{background: #fff;}
.wrap-bg-bd{height: 100%; position: absolute; left: 0; top: 0; right: 0; bottom: 0; z-index: -1;}
.wrap-bg-bd ul{width: 100% !important; min-width: 1200px;}
.wrap-bg-bd li{height: 430px; width: 100% !important; min-width: 1200px; background-repeat: no-repeat; background-position: center 0; background-size: cover;}
.container > .padding{padding:20px;}


/*header*/
.header{height: 430px;}
.header .container{position: relative; height: 100%;}
.header-toolbar{position: absolute; top: 15px; right: 0;}
.header-toolbar a{float: left; margin-left: 10px; color: #fff; font-size: 1.125em; padding: .4em 1em; /*background: rgba(0,0,0,.5);*/ border-radius: 5px;}
.header-toolbar span {float: left; margin-left: 10px; color: #fff; font-size: 1.125em; padding: .4em 1em;border: 1px solid #fff;border-radius: 20px;}
.header-logo{position:absolute; top: 47px; left: 20px;}
/*.header-toolbar a.green{background: #40a9ff;}
.header-toolbar a.red{background: #ff0000;}*/
.mainnav{background: #40a9ff; min-width: 1200px;}
.mainnav .container{ height: 50px; position: relative; overflow: hidden;}
.mainnav ul{float: left;}
.mainnav ul li{float: left; position: relative;}
.mainnav ul li a{line-height: 50px; color: #fff; font-weight: bold; font-size:20px; transition: .3s all; display: block; padding: 0 45px;}
.mainnav ul li.on a,
.mainnav ul li a:hover{color: #fff; background: url(../images/blank_white_opa20.png);}
.mainnav ul li:before{content: ''; position: absolute; width: 2px; left: 0; top: 50%; margin-top: -8px; height: 16px; background: #fff; transition: .3s all;}
.mainnav ul li.nav0:before{display: none;}
.header-search{float: right; width: 22%; /*position: absolute; right: 10px; top: 8px;*/ position: relative; margin-top: 8px; margin-right: 25px; box-sizing: border-box; padding: 0 54px 0 10px; height: 35px; background: #fff;}
.header-search .s-txt{border: 0; height: 35px; width: 100%;}
.header-search .s-btn{position: absolute; right: 0; top: 0; bottom: 0; width:54px; background: #40a9ff; color: #fff; border: 0;}
.header-search .s-button{position: absolute; right: -12px; top: -6px; bottom: -6px; width: 46px; height: 46px; cursor: pointer;}
/*.theme-red .mainnav{background: #db0008;}*/
@media (max-width:1480px){
  .mainnav ul li a{padding: 0 30px;}	
}


/* tab */
.tab-brief > .hd{position: relative;}
.tab-brief > .hd ul{float: left;}
.tab-brief > .hd ul li{float:left; position: relative; color: #40a9ff; padding-bottom: 10px; font-size: 18px; font-weight: bold;}
.tab-brief > .hd ul li + li{margin-left: 30px;}
.tab-brief > .hd ul li a{color: #333;}

.tab-brief > .hd ul li.on{color: #939393; font-weight: bold;}
.tab-brief > .hd ul li.on a{color: #40a9ff;}
.tab-brief.line > .hd{border-bottom:#dcdcdc 1px solid;}
.tab-brief > .hd ul li:after{content: ''; position: absolute; left: 0; width: 0; height: 2px; bottom:-1px; background: #40a9ff; transition: .3s all;}
.tab-brief > .hd ul li.on:after{width: 100%; max-width: 115px;}
.tab-brief .more{float: right; line-height: 32px;}
.tab-brief .more a{color: #666;}
.tab-brief .more a:hover{color: #000;}
.tab-brief > .bd > .item > .newsList{margin-top: 15px;}
.tab-brief > .hd ol{float: right; padding-top: 3px;}
.tab-brief > .hd ol li{float: left; font-weight: bold;}
.tab-brief > .hd ol li + li{margin-left: 20px;}
.tab-brief > .hd ol li.on a{color: #40a9ff;}

.tab-card > .hd{position: relative; border-bottom:2px solid #40a9ff}
.tab-card > .hd ul{float: left;}
.tab-card > .hd li{float:left; position: relative; color: #666666; font-size: 18px; font-weight: bold;}
.tab-card > .hd li a{display: block; text-align: center; color: #333; height: 40px; line-height: 40px; padding: 0 10px;}
.tab-card > .hd li.on{color: #939393; font-weight: bold; background: #40a9ff;}
.tab-card > .hd li.on a{color: #fff; background: #40a9ff;}
.tab-card > .bd > .item > .newsList{margin-top: 10px;}
.tab-card > .hd.f14 li{font-size: 14px;}
.tab-card > .hd.f14 li a{height: 32px; line-height: 32px;}
.tab-card.blue > .hd{border-bottom-color:#08569f}
.tab-card.blue > .hd li.on a{background: #08569f;}
.tab-card .more{float: right; line-height: 32px;}
.tab-card .more a{color: #666;}
.tab-card .more a:hover{color: #000;}
.tab-card.border{border: solid #dedede 1px;}
.tab-card.border > .hd .more{margin-right: 10px;}
.tab-card.border .bd {padding: 0 15px 10px;}
.theme-red .tab-card > .hd{border-bottom-color:#db0008}
.theme-red .tab-card > .hd li.on{background: #db0008;}
.theme-red .tab-card > .hd li.on a{background: #db0008;}
.theme-blue .tab-card > .hd{border-bottom-color:#08569f}
.theme-blue .tab-card > .hd li.on{background: #08569f;}
.theme-blue .tab-card > .hd li.on a{background: #08569f;}

.m-common-more{clear: both; margin-top:15px; text-align:center; line-height:40px; background-color:#f5f5f5; border-radius:5px; display: none;}
.m-common-more a{color:#666;}
.m-common-more a:hover{color: #333;}
.m-common-more.bg-white{background: #fff;}
.js-tab .more a + a{display: none;}
.js-tab > .bd > * + * {display: none;}

.common-title h2{position:relative; display: inline-block; font-size:18px; font-weight:bold; color:#40a9ff;}
.common-title h2 a{color:#1a1a1a;}
.common-title.grain h2:before{position:absolute; top:50%; left:0; content:""; width:4px; height:16px; margin-top:-7px; background-color:#40a9ff;}
.common-title.grain h2{padding-left:20px;}


/* newsList */
.newsList{clear: both;}
.newsList li h4{position:relative; padding:3px 0; font-size: 1em; font-weight: normal; line-height:30px; overflow:hidden; vertical-align:top;}
.newsList li .time{position:absolute; right:0; top: 50%; margin-top: -13px; color:#999999;}
.newsList li a{float:left; max-width:100%; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden;}
.newsList li a br{display: none;}
.newsList.MM-dd li h4{padding-right:60px;}
.newsList.yyyy-MM-dd li h4{padding-right:100px;}
.newsList.twoCol li{float: left; width: 50%;}
.newsList.twoCol{margin: 0 -10px;}
.newsList.twoCol li h4{margin: 0 10px;}
.newsList.dot li h4{padding-left: 18px;}
.newsList.dot li h4:before{content:''; position:absolute; left:0; top: 50%; margin-top: -2px; width: 5px; height: 5px; background: #dcdcdc; border-radius: 50%;}
.newsList.line li{border-bottom:1px dashed #ddd;}
.newsList.line.f16 li h4{padding-top: 15px; padding-bottom: 15px;}
.newsList.line li:last-child{border-bottom: 0;}
.newsList.line.twoCol li:last-child{border-bottom: 1px dashed #ddd;}
.newsList.dot li:hover a, .newsList.dot li:hover span{color: #40a9ff;}
.newsList.dot li:hover h4:before{background: #40a9ff;}
.newsList.f16 li h4{font-size: 16px; padding-top: 6px; padding-bottom: 6px;}
.newsList.f16.yyyy-MM-dd li h4{padding-right:110px;}
.newsList.f18 li h4{font-size: 18px; padding-top: 8px; padding-bottom: 8px;}
.newsList.f18.yyyy-MM-dd li h4{padding-right:120px;}
.newsList.dot.dot-blue li h4:before{background: #08569f;}
.newsList.line.dashed li{border-bottom-style: dashed;}
.newsList.blue li:hover a, .newsList.dot.blue li:hover span{color: #08569f;}
.newsList.dot.blue li:hover h4:before{background: #08569f;}
.theme-red .newsList.dot li:hover a, .theme-red .newsList.dot li:hover span{color: #db0008;}
.theme-red .newsList.dot li:hover h4:before{background: #db0008;}

.infolist{clear: both; }
.infolist li{position:relative; padding-top: 3px; padding-bottom: 3px; line-height:30px; overflow:hidden; vertical-align: top;}
.infolist li a{float: left; position: relative; max-width: 100%; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden; }
.infolist li, .infolist li a{-moz-box-sizing: border-box; -welit-box-sizing: border-box; box-sizing: border-box;}
.infolist li .time{position:absolute; right:0; top: 0; bottom: 0; height: 26px; margin: auto 0; color:#999999;}
.infolist li a br{display: none;}
.infolist li:hover a, .infolist li a:hover{color: #40a9ff;}
.infolist li:hover span{color:#40a9ff;}
.infolist.md li{padding-right:60px;}
.infolist.ymd li{padding-right:100px;}

.infolist[class*="dot"] li a{padding-left: 18px;}
.infolist[class*="dot"] li a:before{content:''; position:absolute; left:0; top: 50%; margin-top: -2.5px; width: 5px; height: 5px; background: #dcdcdc; border-radius: 50%;}
.infolist[class*="dot"] li:hover a:before{background: #40a9ff;}

.infolist[class*="col"] li{float: left;}
.infolist.col2 li{width: 50%;}
.infolist.col3 li{width: 33.33333%;}
.infolist.col4 li{width: 25%;}
.infolist.col5 li{width: 20%;}
.infolist.space20{margin-left: -10px; margin-right: -10px;}
.infolist.space20 li{padding-left: 10px; padding-right: 10px;}
.infolist.space20 li .time{right: 10px;}
.infolist.space20.md li{padding-right:70px;}
.infolist.space20.ymd li{padding-right:110px;}
.infolist.space30{margin-left: -15px; margin-right: -15px;}
.infolist.space30 li{padding-left: 15px; padding-right: 15px;}
.infolist.space30 li .time{right: 15px;}
.infolist.space30.md li{padding-right:75px;}
.infolist.space30.ymd li{padding-right:115px;}


/* 单行省略号 */
.elli-s{display: block; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden; max-width: 100%;}
/* 多行省略号 */
.elli-m{display: -webkit-box; overflow: hidden; white-space: normal; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-break: break-all;}

/* carousel */
.owl-carousel.common-carousel-tpxw {position: relative; overflow: hidden;}
.owl-carousel.common-carousel-tpxw .item a{display: block;}
.owl-carousel.common-carousel-tpxw .item  img{display: block; width: 100%; height: 100%;}
.owl-carousel.common-carousel-tpxw h4{position: absolute; left: 0; right: 0; bottom: 0; padding: 0 110px 0 20px; font-size: 15px; font-weight: normal; height: 42px; line-height: 42px; background: rgba(0,0,0,.67);}
.owl-carousel.common-carousel-tpxw h4{color: #fff;}
.owl-carousel.common-carousel-tpxw .owl-dots {position: absolute; bottom: 15px; right: 20px; z-index: 99;}
.owl-carousel.common-carousel-tpxw .owl-dot,
.owl-carousel.common-carousel-hf .owl-dot{float: left; width: 10px; height: 10px; margin-left:8px; background: #fff; transition: .3s all; cursor: pointer; border-radius: 50%;}
.owl-carousel.common-carousel-tpxw .owl-dot.active,
.owl-carousel.common-carousel-hf .owl-dot.active{opacity: 1; background: #40a9ff;}
.owl-carousel.common-carousel-tpxw .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev{width: 40px; height: 80px; background-repeat: no-repeat; position: absolute; top: 50%; margin-top: -42px;}
.owl-carousel .owl-nav .owl-prev{background-image: url(../images/tpxw_arrow_left.png); left: 0;}
.owl-carousel .owl-nav .owl-next{background-image: url(../images/tpxw_arrow_right.png); right: 0;}

.owl-carousel.common-carousel-hf{position:relative; overflow:hidden;}
.owl-carousel.common-carousel-hf .owl-dots{position:absolute; bottom:15px; right:15px; z-index:99;}

.myzj-list li em{font-style: normal; position: absolute; left: 0; top: 3px; color: #ff0000;}
.myzj-list li h4{padding-left: 60px; padding-right: 200px !important;}

.zwgk-navlist{margin: 0 -6px;}
.zwgk-navlist li{float: left; width: 33.3333%;}
.zwgk-navlist li a{display: block; background: url(../images/index_xxgk_01.png) repeat-y right top #fff; box-shadow:0 0 5px 0 rgba(0, 0, 0, 0.2); margin: 0 6px 12px;}
.zwgk-navlist li.li1 a span{background-image: url(../images/index_xxgk_02.png);}
.zwgk-navlist li.li2 a span{background-image: url(../images/index_xxgk_03.png);}
.zwgk-navlist li.li3 a span{background-image: url(../images/index_xxgk_04.png);}
.zwgk-navlist li.li4 a span{background-image: url(../images/index_xxgk_05.png);}
.zwgk-navlist li.li5 a span{background-image: url(../images/index_xxgk_06.png);}
.zwgk-navlist li.li6 a span{background-image: url(../images/index_xxgk_07.png);}
.zwgk-navlist li a span{display: block; height: 92px; background-repeat: no-repeat; background-position: center center; font-size: 18px; text-align: center; line-height: 92px; font-weight: bold;}

/* crumb */
.crumb h2{line-height: 22px; font-size:1em; font-weight: normal;}
.crumb.icon{background: url(../images/icon_position_red.png) no-repeat left center; padding-left: 22px;}
.crumb.line{border-bottom: #e3e3e3 1px solid; padding-top: 20px; padding-bottom: 20px;}

/*page*/
#page_div{display: none;}
.page input::-webkit-inner-spin-button,
.page input::-webkit-outer-spin-button{ -webkit-appearance: none}
.page input[type=number]{ -moz-appearance: textfield}
.page{ text-align: center;padding-top: 25px; padding-bottom: 25px; font-size: 12px;line-height: 28px}
.page a,.page span{ display: inline-block;margin: 0 3px;border-radius: 3px;background: linear-gradient(#fff 10%,#f1f1f1);border: 1px #b2b2b2 solid;text-align: center;padding: 0 10px}
.page .page_jump{ background: 0 0;border: none}
.page .current,.page .zxfokbtn:hover,.page a:hover{ background: #40a9ff;border-color: #40a9ff;color: #fff;text-decoration: none;cursor: pointer}
.page .zxfinput{ width: 40px;height: 30px;margin: 0 2px;color: #888;text-align: center;border: #dfdfdf 1px solid;border-radius: 3px;background: #fff}
.page .disabled{background: #f5f5f5; color: #999;}
.page.blue .current,.page.blue .zxfokbtn:hover,.page.blue a:hover{ background: #08569f;border-color: #08569f;}
.columnMore{ display: block;width: 120px;background-color: #40a9ff;line-height: 36px;color: #fff;height: 36px;text-align: center;margin: 20px auto;border-radius: 20px;cursor: pointer}
.columnMore:hover{ color: #fff;background-color: #08569f}
.columnMore.blue{background-color: #08569f;}
.columnMore.blue:hover{background-color: #043e74;}
.theme-blue .columnMore{background-color: #08569f;}
.theme-blue .columnMore:hover{background-color: #043e74;}
.theme-blue .page .current, .theme-blue .page .zxfokbtn:hover, .theme-blue .page a:hover{ background: #08569f;border-color: #08569f;}


/* 外链跳转提示框 */
.alert-mengban{position: fixed;top: 0px;left: 0px;z-index: 1000;background:rgba(0,0,0,0.7); filter: alpha(opacity=80) !important;width: 100%;height: 100%;display: none;}
.alert-warning{position: fixed; top: 50%; left: 50%; margin-left:-300px; margin-top: -160px; width: 600px; height: 270px;background:#fff;z-index: 10001;display: none; border:2px solid;border-radius:10px;}
.alert-delete{width: 100%;height: 38px;position: relative;}
.alert-delete span{position: absolute; top:10px; right: 10px; width: 20px; height: 20px; line-height: 20px; color:#fff; text-align: center; background: #bebebe; cursor:pointer;}
.alert-delete span:hover{background: #929292;}
.alert-wzsm{width: 520px;height: 100px;margin: 15px auto 0; line-height: 1.4em;font-size: 1.5em;color: #000;text-align: center; padding-bottom: 1em;border-bottom: 1px solid #d4d4d4;}
.alert-footer{width: 100%; padding: 25px 0; text-align: center; color: #000;}
.alert-footer span{cursor: pointer; display: inline-block; margin: 0 12px; font-size: 1.125em;}
.alert-warning .continue{width: 124px; height: 42px; color: #fff; background-color: #347bd7; border-radius:25px; -webkit-border-radius:25px; text-align: center; line-height: 42px;/* border:#e1e1e1 1px solid; box-shadow: 0 0 10px rgba(0,0,0,0.2) inset; -webikt-box-shadow: 0 0 10px rgba(0,0,0,0.2) inset;*/}
.alert-warning .fangqi{line-height: 42px;  color: #347bd7;}

/* 飘窗 */
.pc-btn-close{ display:block; background:url(../images/pc_icon_close.png) no-repeat right center; color:#555555; cursor:pointer; font-size:12px; padding-right: 16px; text-align:right;
}



.xxbsph li{overflow: hidden; height: 40px; line-height: 40px;padding: 0!important;}
.xxbsph li span{display: block;float: left;text-align: center;}
.xxbsph li.thhead{background: #f6f6f6;color:#000; font-weight: bold;margin-top: 20px;}
.xxbsph li span.xh{width: 10%;}
.xxbsph li span.sbdw{width: 70%;}
.xxbsph li span.sbl{width: 20%;}
.xxbsph li span.cysl{width: 20%;}

/* 政策文件库 */
.index-zwgk {position: relative; margin-top: 40px;}
.index_zcwjk {position: absolute; top: -15px; left: 20%; width: 1070px;height: 50px;line-height: 50px;background: url(../images/zcwjk_b.png) no-repeat;cursor: pointer;padding-right: 25px; background-size: 100%;}
.index_zcwjk span {position: absolute; left: 25px; top: 50%; line-height: 30px; margin-top: -15px; color: #1B478D;font-size: 22px;font-weight: bold;}
.index_zcwjk .input-out {margin-top: 5px; margin-left: 205px; margin-right: 110px;}
.index_zcwjk .input-out input {width: 100%;height: 40px;vertical-align: top;padding-left: 10px;font-size: 18px;border: none;}
.index_zcwjk .btn {position: absolute; top: 0; right: 20px;width: 90px;line-height: 40px;height: 40px;background-color: #005293;color: #fff;border: none;margin-top: 5px;cursor: pointer; border-radius: 100em;}
@media (max-width:2560px){
	.container{width: 1200px;}	
	.header-search {width: 19%;}
  }
@media (max-width:1480px){
  .index_zcwjk{width: 910px;}	
}